Adwaita: remove the image effect for buttons icons in backdrop
authorLapo Calamandrei <calamandrei@gmail.com>
Tue, 8 Jul 2014 14:42:10 +0000 (16:42 +0200)
committerLapo Calamandrei <calamandrei@gmail.com>
Tue, 8 Jul 2014 14:42:10 +0000 (16:42 +0200)
gtk/resources/theme/Adwaita/_common.scss
gtk/resources/theme/Adwaita/gtk-contained-dark.css
gtk/resources/theme/Adwaita/gtk-contained.css

index 042967d020eeb0fe648bcc8a2d6dc5913c95380f..a189ce2da3a8a33ee3d2aedbac92851ec72b633b 100644 (file)
@@ -254,6 +254,7 @@ GtkLabel {
   }
   &:backdrop, &.flat:backdrop {
     @include button(backdrop);
+    -gtk-image-effect: none;
     &:active {
       @include button(backdrop-active);
     }
index bb18f04099ff8a7f312f47c1029c3fdc7d682b67..f66fb0ccfc8b4bfcd68dc01d96346f4bf0059c74 100644 (file)
     background-image: linear-gradient(to bottom, #393f3f);
     text-shadow: none;
     icon-shadow: none;
-    box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(255, 255, 255, 0); }
+    box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(255, 255, 255, 0);
+    -gtk-image-effect: none; }
     .button:backdrop:active, .button.flat:backdrop:active {
       border-style: solid;
       color: #c9cbc9;
index 4647b927f208c265a9a9ff891aa6b406a66bcbff..0b8042c65edbb2adfab822e2de4f68339f74edc6 100644 (file)
     background-image: linear-gradient(to bottom, #ededed);
     text-shadow: none;
     icon-shadow: none;
-    box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(255, 255, 255, 0); }
+    box-shadow: inset 0 1px rgba(255, 255, 255, 0), 0 1px rgba(255, 255, 255, 0);
+    -gtk-image-effect: none; }
     .button:backdrop:active, .button.flat:backdrop:active {
       border-style: solid;
       color: #54595a;